projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e6314a
)
Recognize AIX 3.2 and make it the default for -aix.
author
Charles Hannum
<mycroft@gnu.org>
Sun, 14 Mar 1993 22:24:26 +0000
(22:24 +0000)
committer
Charles Hannum
<mycroft@gnu.org>
Sun, 14 Mar 1993 22:24:26 +0000
(22:24 +0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 20f65f98244b23d82a9e06576fa071de98d7fb2c..c00401ee361c807bc0348aaef7a27e73a90333d5 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-447,7
+447,10
@@
case "${configuration}" in
i386-ibm-aix1.2 )
machine=ibmps2-aix opsys=usg5-3
;;
- rs6000-ibm-aix* )
+ rs6000-ibm-aix | rs6000-ibm-aix32* )
+ machine=ibmrs6000 opsys=aix3-2
+ ;;
+ rs6000-ibm-aix31* )
machine=ibmrs6000 opsys=aix3-1
;;
romp-ibm-bsd* )